 body {
	background: gray;
	background-size: cover;
	color: white;
}

#big {
	width: 100%;
	margin: auto;
	margin-top: 1.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}

header {
		text-align: center;
}
#content {
	display: flex;
	flex-direction: column;
}


#row1 {
	display: flex;
	padding: 10px;
	flex-direction: row;
}

#box1 {
	border: 2px solid white;
	background-color: black;
	margin-right: 10px;
	width: 200px;
	height: 300px;
	text-align: center;
}

#box2 {
	border: 2px solid white;
	background-color: black;
	margin-right: 10px;
	width: 200px;
	height: 300px;
	text-align: center;
}

#box3 {
	border: 2px solid white;
	background-color: black;
	margin-right: 10px;
	width: 200px;
	height: 300px;
	text-align: center;
}